@charset "utf-8";

/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: microsoft yahei, "宋体";
    position: relative;
}


/*网站字体颜色*/


/* CSS reset for c_b */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

table th,
table td input {
    padding: 4px 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}


/*for ie f6n.net*/

a:focus {
    outline: none;
}


/*for ff f6n.net*/

a:hover {
    text-decoration: underline;
}


/*定位*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/

.curp {
    cursor: pointer
}

.pdie9 {
    behavior: url(ie-css3.htc);
}


/*原reset*/

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}


/*title*/

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.header,
.content,
.footer,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    font-family: microsoft yahei;
}


/*页眉*/

.header {
    width: 100%;
    background-color: #fff;
}

.htop {
    border-bottom: 1px solid #ececec;
}

.htop .container {
    height: 43px;
}

.htop em {
    float: left;
    line-height: 43px;
    font-size: 13px;
    color: #3b3b3b;
}

.htop ul {
    float: right;
}

.htop li {
    float: left;
    line-height: 43px;
    padding: 0 13px;
    background: url(Img/Common/htop_line.png) no-repeat left center;
}

.htop li a {
    font-size: 13px;
    color: #3b3b3b;
}

.htop li.noBg {
    background: none;
}

.htop span {
    float: right;
    background: url(Img/Common/wx1.png) no-repeat center;
    width: 23px;
    height: 21px;
    margin-top: 13px;
    position: relative;
}

.htop span img {
    display: block;
    position: absolute;
    bottom: -100px;
    left: -60px;
    display: none;
}

.htop span:hover img {
    display: block;
}


/*hcont*/

.hcont {
    padding: 43px 0;
}

.hcont .logo {
    float: left;
    position: relative;
}

.hcont .logo dl {
    overflow: hidden;
}

.hcont .logo dt {
    float: left;
    margin: 0px 0px 0px 50px;
}

.hcont .logo dt img {
    display: block;
}

.hcont .logo dd {
    margin-left: 184px;
    padding-left: 15px;
    border-left: 1px solid #ececec;
    margin-top: 5px;
}

.hcont .logo dd h2 {
    font-size: 25px;
    color: #3b3b3b;
}

.hcont .logo dd h2 span {
    color: #0D6598;
}

.hcont .logo dd p {
    font-size: 15px;
    color: #3b3b3b;
}

.hcont .pinpai {
    float: left;
    margin-left: 123px;
}

.hcont .phone {
    padding-left: 45px;
    background: url(Img/Common/phone.png) no-repeat left center;
    margin-top: 12px;
    float: right;
}

.hcont .phone p {
    font-size: 15px;
    color: #3b3b3b;
}

.hcont .phone b {
    font-size: 22px;
    color: #0D6598;
}


/*navMain*/

.navMain {
    background: url(Img/Common/navbg.png) repeat-x center;
    height: 56px;
    position: relative;
}

.navMain ul {
    height: 56px;
}

.navMain li {
    float: left;
    position: relative;
}

.navMain li>a {
    font-size: 15px;
    color: #f4f4f4;
    text-decoration: none;
    padding: 0 40px;
    display: block;
    height: 56px;
    line-height: 56px;
}

.navMain li>a:hover,
.navMain li.cur>a {
    background-color: #ff7800;
}

.nav>li .sednavs {
    width: 482px;
    height: 228px;
    top: 56px;
    position: absolute;
    background: url(Img/Common/sbg.png) repeat center;
    display: none;
    left: 0;
    z-index: 9999;
}

.nav>li .sednavs .sen {
    float: left;
    margin-top: 13px;
    /* margin-left: 0px; */
}

.nav>li .sednavs .sen p {
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(Img/Common/pbg2.png) no-repeat 18px center;
    text-align: left;
}

.nav>li .sednavs .sen p a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li .sednavs .sen p a:hover {
    color: #ff7800;
}

.nav>li .sednavs .nImg {
    margin-top: 24px;
    float: left;
    margin-left: 15px;
}

.nav>li .sednavs .nImg img {
    display: block;
}

.nav>li:hover .sednavs {
    display: block;
}

.nav>li .sednavs1 {
    width: 492px;
    height: 228px;
    top: 56px;
    position: absolute;
    background: url(Img/Common/sbg.png) repeat center;
    display: none;
    left: 0;
    z-index: 9999;
}

.nav>li .sednavs1 .sen {
    float: left;
    margin-top: 13px;
    /* margin-left: 0px; */
}

.nav>li .sednavs1 .sen p {
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(Img/Common/pbg2.png) no-repeat 18px center;
    text-align: left;
}

.nav>li .sednavs1 .sen p a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li .sednavs1 .sen p a:hover {
    color: #ff7800;
}

.nav>li .sednavs1 .nImg {
    margin-top: 24px;
    float: left;
    margin-left: 25px;
}

.nav>li .sednavs1 .nImg img {
    display: block;
}

.nav>li:hover .sednavs1 {
    display: block;
}

.nav>li .sednavs2 {
    width: 438px;
    height: 228px;
    top: 56px;
    position: absolute;
    background: url(Img/Common/sbg.png) repeat center;
    display: none;
    left: 0;
    z-index: 9999;
}

.nav>li .sednavs2 .sen {
    float: left;
    margin-top: 13px;
}

.nav>li .sednavs2 .sen p {
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(Img/Common/pbg2.png) no-repeat 18px center;
    text-align: left;
}

.nav>li .sednavs2 .sen p a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li .sednavs2 .sen p a:hover {
    color: #ff7800;
}

.nav>li .sednavs2 .nImg {
    margin-top: 24px;
    float: left;
    margin-left: 15px;
}

.nav>li .sednavs2 .nImg img {
    display: block;
}

.nav>li:hover .sednavs2 {
    display: block;
}

.nav>li .sednavs3 {
    width: 426px;
    height: 228px;
    top: 56px;
    position: absolute;
    background: url(Img/Common/sbg.png) repeat center;
    display: none;
    left: 0;
    z-index: 9999;
}

.nav>li .sednavs3 .sen {
    float: left;
    margin-top: 13px;
}

.nav>li .sednavs3 .sen p {
    height: 30px;
    line-height: 30px;
    padding-left: 46px;
    background: url(Img/Common/pbg2.png) no-repeat 18px center;
    text-align: left;
}

.nav>li .sednavs3 .sen p a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li .sednavs3 .sen p a:hover {
    color: #ff7800;
}

.nav>li .sednavs3 .nImg {
    margin-top: 24px;
    float: left;
    margin-left: 15px;
}

.nav>li .sednavs3 .nImg img {
    display: block;
}

.nav>li:hover .sednavs3 {
    display: block;
}

.footer {
    width: 100%;
    background: url(Img/Index/centerbg.png) repeat;
}

.ftcont {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 25px;
}

.ftcont .dress {
    float: left;
}

.ftcont .dress>li {
    float: left;
    padding-left: 25px;
    padding-right: 30px;
    background: url(Img/Common/dress.png) no-repeat right top;
    height: 155px;
}

.ftcont .dress>li.noBg {
    padding-left: 0;
}

.ftcont .dress>li h5 {
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.ftcont .dress>li h5 a {
    color: #fff;
}

.ftcont .dress>li ul {
    overflow: hidden;
    margin-top: 10px;
}

.ftcont .dress>li li {
    float: left;
    margin-right: 20px;
}

.ftcont .dress>li li p {
    padding-left: 10px;
    background: url(Img/Common/dian.png) no-repeat left center;
    height: 26px;
    line-height: 26px;
}

.ftcont .dress>li li p a {
    font-size: 14px;
    color: #9F9FA2;
}

.ftcont .wx {
    width: 137px;
    float: right;
    text-align: center;
    margin-right: 60px;
}

.ftcont .wx p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.links {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: url(Img/Index/centerbg.png) repeat;
    border-bottom: 1px solid #676666;
}

.links h4 {
    font-size: 14px;
    float: left;
}

.links h4 a {
    color: #fff
}

.links .link_box {
    overflow: hidden
}

.links .link_box a {
    display: block;
    float: left;
    color: #d1d1d1;
    margin: 1px 16px 5px 16px;
}

.ftbot {
    text-align: center;
    background-color: #242424;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #e3e3e3;
}

.ftbot a {
    color: #e3e3e3;
}

.ftbot span {
    margin-left: 20px;
}

.baozhang2 {
    background: url(Img/Index/bg2.png) repeat center;
    padding-top: 52px;
    padding-bottom: 35px;
    border-bottom: 1px solid #2d9179;
}

.baozhang2 .container {
    overflow: hidden;
}

.baozhang2 dl {
    float: left;
    margin-right: 52px;
}

.baozhang2 dt {
    float: left;
}

.baozhang2 dd {
    margin-left: 94px;
    margin-top: 15px;
}

.baozhang2 dd h5 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

.baozhang2 dd p {
    font-size: 13px;
    color: #73ab9e;
    line-height: 16px;
}

.baozhang2 dl.noMr {
    margin-right: 0;
}

.kefw {
    display: block;
    position: absolute;
    width: 50px;
    height: 30px;
    left: 50%;
    margin-left: -25px;
    top: 2px;
}

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 35%;
    right: 52%;
    margin-right: -570px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#flashs {
    position: relative;
    height: 550px;
    overflow: hidden;
    width: 100% !important;
}

#flashs .bd {
    width: 100% !important;
}

#flashs .bgitem {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100% !important;
}

#flashs .btn {
    position: absolute;
    z-index: 7;
    bottom: 50px;
    left: 50%;
    margin-left: -31px;
}

#flashs .btn span {
    color: #fff;
    background: #717174;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

#flashs .btn span.cur {
    background: #FF7800;
}

#flashs .banerer {
    width: 100% !important;
}


/*seach*/

.seach {
    position: relative;
    z-index: 999;
}

.seach .container {
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -500px;
    height: 56px;
}

.seach .gjc {
    float: left;
    width: 610px;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    background: #FBFBFB;
}

.seach .gjc span {
    font-size: 14px;
    color: #f4f4f4;
    font-weight: bold;
}

.seach .gjc a {
    font-size: 14px;
    color: #f4f4f4;
    padding: 0 10px;
    border-right: 1px dotted #f4f4f4;
}

.seach .sc {
    float: left;
    width: 360px;
    background-color: #ff7800;
}

.seach .sc input {
    float: left;
    width: 280px;
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
    font-size: 14px;
    color: #f4f4f4;
    background: none;
    outline: none;
    border: none;
}

.seach .sc a {
    float: left;
    width: 60px;
    height: 56px;
    background: url(Img/Index/ss.png) no-repeat center;
}


/*zhuyiMain*/

.zhuyiMain {
    background: url(Img/Index/bg1.png) repeat center;
    padding-top: 47px;
    padding-bottom: 30px;
}

.zhuyiMain .zyLeft {
    float: left;
    margin-left: 25px;
}

.zhuyiMain .zyLeft img {
    display: block;
}

.zhuyiMain .zyRight {
    float: left;
    margin-left: 23px;
    margin-top: 40px;
}

.zhuyiMain .zyRight dl {
    overflow: hidden;
    margin-bottom: 20px;
}

.zhuyiMain .zyRight dt {
    float: left;
    background: url(Img/Index/zyr.png) no-repeat center;
    width: 70px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 35px;
    font-family: "Impact";
    color: #fff;
}

.zhuyiMain .zyRight dd {
    margin-left: 80px;
}

.zhuyiMain .zyRight dd h5 {
    font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
}

.zhuyiMain .zyRight dd p {
    font-size: 15px;
    color: #252525;
}

.zhuyiMain .zyRight dd p span {
    color: #ff7800;
    font-weight: bold;
}


/*worryMain*/

.worryMain {
    position: relative;
}

.worryMain img {
    display: block;
    margin-left: 100px;
}

.worryMain ul {
    position: absolute;
    top: 185px;
    left: 25px;
}

.worryMain li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #252525;
    margin-bottom: 10px;
}

.worryMain li span {
    display: inline-block;
    width: 99px;
    height: 28px;
    color: #333;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-right: 10px;
}

.worryMain li b {
    font-size: 18px;
}

.worryMain li em {
    color: #ff7800;
    font-weight: bold;
}


/*baozhang*/

.baozhang {
    background: url(Img/Index/baozhangbg.png) no-repeat center;
    height: 976px;
    overflow: hidden;
}

.baozhang .container {
    position: relative;
    height: 100%;
}

.baozhang .dw {
    position: absolute;
}

.baozhang .old {
    left: 0;
    top: 54px;
}

.baozhang .vidio {
    top: 85px;
    right: 0;
    padding-bottom: 20px;
    background: url(Img/Index/yy.png) no-repeat center bottom;
}

.baozhang .lj {
    top: 365px;
    left: 123px;
}

.baozhang .lj2 {
    top: 540px;
    left: 382px;
    top: -500px;
}

.baozhang .line {
    left: 50%;
    width: 0;
    height: 25px;
}

.baozhang .line1 {
    top: 583px;
    margin-left: -110px;
    background: url(Img/Index/line1.png) no-repeat right center;
}

.baozhang .line2 {
    top: 583px;
    margin-left: 100px;
    background: url(Img/Index/line2.png) no-repeat left center;
}

.baozhang .line3 {
    top: 766px;
    margin-left: -110px;
    background: url(Img/Index/line3.png) no-repeat right center;
}

.baozhang .line4 {
    top: 766px;
    margin-left: 100px;
    background: url(Img/Index/line4.png) no-repeat left center;
}

.baozhang dl {
    overflow: hidden;
    width: 372px;
    opacity: 0;
}

.baozhang dd h5 {
    font-size: 15px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin-bottom: 7px;
}

.baozhang dd p {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.baozhang .dz {
    left: 5px;
}

.baozhang .dz dt {
    float: left;
}

.baozhang .dz dd {
    margin-left: 106px;
}

.baozhang .dr {
    right: 8px;
}

.baozhang .dr dt {
    float: right;
}

.baozhang .dr dd {
    text-align: right;
    margin-right: 106px;
}

.baozhang .dx1 {
    top: 545px;
}

.baozhang .dx2 {
    top: 545px;
}

.baozhang .dx3 {
    top: 750px;
}

.baozhang .dx4 {
    top: 750px;
}


/*proMain*/

.proMain {
    background: url(Img/Index/bg1.png) repeat center;
    padding-bottom: 30px;
    padding-top: 60px;
}

.proMain2 {
    background: #fff;
}

.proMain .pro_l {
    float: left;
    width: 250px;
    background-color: #fff;
    margin-top: -30px;
}

.proMain .pro_r {
    float: right;
    width: 900px;
    padding-top: 0px;
}

.proMain2 .pro_l {
    margin-top: 0px;
}

.proMain2 .pro_r {
    padding-top: 25px;
}


/*pro_l*/

.proMain .pro_l h5 {
    font-weight: normal;
    background: url(Img/Index/pro_t_Img.jpg) no-repeat center;
    height: 113px;
}

.proMain .pro_l h5 a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 32px 0;
}

.proMain .pro_l h5 a em {
    font-weight: bold;
}

.proMain .pro_l h5 a span {
    display: block;
    font-size: 15px;
}

.proMain .pro_l ul {
    padding: 0 10px;
    overflow: hidden;
    padding-bottom: 5px;
}

.proMain2 .pro_l ul {
    border: 1px solid #ececed;
    padding-bottom: 0;
}

.proMain .pro_l li {
    margin-top: 10px;
}

.proMain .pro_l li h4 {
    font-weight: normal;
    background-color: #f0f0f0;
    height: 45px;
}

.proMain .pro_l li h4 a {
    display: block;
    font-size: 16px;
    color: #292929;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    background: url(Img/Index/jt.png) no-repeat 190px center;
    padding: 0 40px;
}

.proMain .pro_l li h4 a:hover {
    color: #ff7800;
}

.proMain .pro_l li .sed_p {
    margin-top: 8px;
}

.proMain .pro_l li .sed_p p {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ececed;
}

.proMain .pro_l li .sed_p p a {
    font-size: 14px;
    color: #252525;
    text-decoration: none;
    margin-left: 15px;
    padding-left: 22px;
    background: url(Img/Index/sj2.png) no-repeat left center;
}

.proMain .pro_l li .sed_p p a:hover {
    color: #ff7800;
}


/*pro_r*/

.proMain .pro_r .prt ul {
    float: left;
    margin-top: 15px;
}

.proMain .pro_r .prt li {
    float: left;
    padding: 0 3px;
    background: url(Img/Index/line5.png) no-repeat left center;
    height: 36px;
}

.proMain .pro_r .prt li a {
    display: block;
    width: 109px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 7px;
    font-size: 14px;
    color: #373737;
    text-decoration: none;
}

.proMain .pro_r .prt li a:hover,
.proMain .pro_r .prt li.cur a {
    background: url(Img/Index/kk.png) no-repeat center;
    font-weight: bold;
}

.proMain .pro_r .prt li.noBl {
    padding-left: 0;
    background: none;
}

.proMain .pro_r .prt dl {
    float: right;
    background: url(Img/Index/phone.png) no-repeat left center;
    padding: 14px 0;
    padding-left: 60px;
}

.proMain .pro_r .prt dt {
    font-size: 14px;
    color: #2a2b2e;
}

.proMain .pro_r .prt dd {
    font-size: 25px;
    color: #ff7800;
    font-weight: bold;
    font-family: "Arial";
}

.Rightshow {
    margin-top: 20px;
}

.Rightshow ul {
    overflow: hidden;
    width: 900px;
}

.Rightshow ul li {
    width: 280px;
    height: 300px;
    margin-bottom: 28px;
    margin-right: 18px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(Img/Index/cppicbg.jpg) no-repeat center top;
    position: relative;
}

.Rightshow ul li .pic {
    display: block;
    width: 280px;
    height: 210px;
    position: relative;
    z-index: 15;
}

.Rightshow ul li .pic img {
    display: inline-block;
    margin-top: 10px;
}

.Rightshow ul li .detail1 {
    height: 80px;
    width: 100%;
    background: #0d6598;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 6;
}

.Rightshow ul li .detail1 h5 {
    padding-top: 10px;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 0 10px;
    overflow: hidden;
}

.Rightshow ul li .detail1 h5 a {
    font-size: 14px;
    color: #fff;
}

.Rightshow ul li .detail1 img {
    display: inline-block;
}

.Rightshow ul li .detail2 {
    height: 80px;
    width: 100%;
    background: #ff7800;
    position: absolute;
    bottom: -200px;
    left: 0px;
    z-index: 8;
}

.Rightshow ul li .detail2 h5 {
    padding-top: 10px;
    font-weight: normal;
    padding-bottom: 6px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.Rightshow ul li .detail2 h5 a {
    font-size: 14px;
    color: #fff;
}

.Rightshow ul li .detail2 p {
    height: 22px;
    line-height: 22px;
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0px 6px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Rightshow ul li .detail2 p em {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.Rightshow ul li:hover h5 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.Rightshow ul li:hover p {
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


/*panerMain*/

.panerMain {
    padding-top: 35px;
    padding-bottom: 45px;
}

.panerMain .hzt {
    text-align: center;
}

.panerMain .hzt h5 {
    margin-bottom: 15px;
}

.panerMain .hzt h5 a {
    font-size: 25px;
    color: #373737;
}

.panerMain .hzt i {
    display: block;
    width: 40px;
    height: 0;
    border-top: 2px solid #0D6598;
    margin: 0 auto;
}

.panerMain .hzc {
    position: relative;
    margin-top: 35px;
}

.panerMain .hzc ul {
    overflow: hidden;
    width: 1043px;
    margin: 0 auto;
}

.panerMain .hzc .bd {
    overflow: hidden;
    width: 1043px;
    margin: 0 auto;
}

.panerMain .hzc li {
    float: left;
    width: 240px;
    margin: 0 10px;
}

.panerMain .hzc li img {
    display: block;
    border: 1px solid #d8d8d8;
}

.panerMain .hzc li p {
    text-align: center;
    margin-top: 10px;
    width: 161px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.panerMain .hzc li p a {
    font-size: 14px;
    color: #383838;
}

.panerMain .hzc .pbt {
    position: absolute;
    top: 80px;
    display: block;
}

.panerMain .hzc .pbt1 {
    left: 0;
}

.panerMain .hzc .pbt2 {
    right: 0;
}


/*pinpaiMain*/

.pinpaiMain {
    background: url(Img/Index/shoubg.png) no-repeat center;
    height: 700px;
}

.pinpaiMain .container {
    overflow: hidden;
}

.pinpaiMain .sht {
    text-align: center;
    background: url(Img/Index/douhao.png) no-repeat center top;
    color: #fff;
    padding-top: 10px;
    margin-top: 45px;
}

.pinpaiMain .sht p {
    font-size: 32px;
    margin-bottom: 5px;
}

.pinpaiMain .sht span {
    font-weight: bold;
    color: #ffd800;
}

.pinpaiMain .sht em {
    font-size: 18px;
}

.pinpaiMain .shouhou {
    margin-top: 70px;
    margin-left: 40px;
}

.pinpaiMain .shouhou .shlist {
    height: 90px;
}

.pinpaiMain .shouhou .shlist li {
    width: 289px;
    float: left;
    background-color: #2d2d2d;
    cursor: pointer;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-right: 1px;
}

.pinpaiMain .shouhou .shlist li span {
    display: inline-block;
    background: url(Img/Index/yuan.png) no-repeat center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 25px;
    color: #0D6598;
    font-family: "Impact";
    margin-right: 15px;
}

.pinpaiMain .shouhou .shlist li i {
    display: block;
    background: url(Img/Index/sj3.png) no-repeat center;
    width: 18px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    display: none;
}

.pinpaiMain .shouhou .shlist li:hover,
.pinpaiMain .shouhou .shlist li.cur {
    background-color: #ff7800;
}

.pinpaiMain .shouhou .shlist li:hover i,
.pinpaiMain .shouhou .shlist li.cur i {
    display: block;
}

.pinpaiMain .shouhou .shlist li:hover span,
.pinpaiMain .shouhou .shlist li.cur span {
    color: #ff7800;
}

.pinpaiMain .shouhou .shcont {
    margin-top: 8px;
    height: 410px;
    overflow: hidden;
}

.shouhou .shcont .show {
    height: 410px;
    overflow: hidden;
}

.shouhou .shcont .show dl {
    overflow: hidden;
}

.shouhou .shcont .show dt {
    float: left;
}

.shouhou .shcont .show dt img {
    display: block;
}

.shouhou .shcont .show dd {
    margin-left: 517px;
    position: relative;
}

.shouhou .shcont .show dd h5 {
    font-size: 25px;
    color: #ffd800;
    padding-top: 50px;
}

.shouhou .shcont .show dd span {
    font-size: 18px;
    color: #80d6c2;
}

.shouhou .shcont .show dd p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding-left: 27px;
    background: url(Img/Index/jt2.png) no-repeat left center;
    margin-top: 25px;
}

.shouhou .shcont .show dd p em {
    color: #ffd800;
    font-weight: bold;
}

.shouhou .shcont .show dd a {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
}

.shouhou .shcont .show dd .sq {
    width: 174px;
    margin: 0 auto;
    margin-top: 40px;
}

.shouhou .shcont .show dd .xd {
    width: 110px;
    margin-top: 40px;
}

.shouhou .shcont .show dd .phone2 {
    color: #fff;
    padding-left: 48px;
    background: url(Img/Index/phone3.png) no-repeat left center;
    position: absolute;
    top: 230px;
    left: 85px;
}

.shouhou .shcont .show dd .phone2 h4 {
    font-size: 15px;
    font-weight: normal;
}

.shouhou .shcont .show dd .phone2 b {
    font-size: 22px;
    color: #fff;
}


/*kehuMain*/

.kehuMain {
    background: url(Img/Index/khbg.jpg) no-repeat center;
    height: 665px;
}

.kehuMain .hzt {
    text-align: center;
    padding-top: 40px;
}

.kehuMain .hzt h5 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.kehuMain .hzt h5 a {
    font-size: 25px;
    color: #373737;
}

.kehuMain .hzt i {
    display: block;
    width: 40px;
    height: 0;
    border-top: 2px solid #019a50;
    margin: 0 auto;
}

.kehuMain .hzc {
    position: relative;
    margin-top: 35px;
}

.kehuMain .kehu {
    overflow: hidden;
    padding-top: 10px;
}

.kehuMain .kehu dl {
    overflow: hidden;
    float: left;
    width: 445px;
    margin: 25px;
}

.kehuMain .kehu dd {
    height: 174px;
}

.kehuMain .kehu dd h5 {
    padding-bottom: 13px;
    padding-top: 20px;
    width: 286px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kehuMain .kehu dd h5 a {
    font-size: 16px;
    color: #000;
}

.kehuMain .kehu dd p {
    font-size: 14px;
    color: #525252;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.kehuMain .kehu .dz dt {
    float: left;
}

.kehuMain .kehu .dz dd {
    margin-left: 94px;
    background: url(Img/Index/kh1.png) no-repeat center;
    padding-left: 45px;
    padding-right: 20px;
}

.kehuMain .kehu .dr dt {
    float: right;
}

.kehuMain .kehu .dr dd {
    margin-right: 94px;
    background: url(Img/Index/kh2.png) no-repeat center;
    padding-right: 45px;
    padding-left: 20px;
}

.kehuMain .reback {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.kehuMain .reback a {
    display: inline-block;
    width: 136px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #4b4b4b;
    margin: 0 12px;
    text-decoration: none;
    background: url(Img/Index/yuan2.png) no-repeat center;
}

.kehuMain .reback a:hover {
    color: #18af8d;
    background: url(Img/Index/yuan3.png) no-repeat center;
}


/*aboutMain*/

.aboutMain {
    background: url(Img/Index/bg2.png) repeat center;
    padding-top: 74px;
    padding-bottom: 183px;
}

.aboutMain dl {
    overflow: hidden;
}

.aboutMain dt {
    float: left;
    background: url(Img/Index/dianshi.png) no-repeat center;
    width: 419px;
    height: 311px;
    padding: 18px;
    margin-left: 12px;
}

.aboutMain dt img {
    display: block;
}

.aboutMain dd {
    margin-left: 510px;
}

.aboutMain dd h5 a {
    font-size: 25px;
    color: #0D6598;
}

.aboutMain dd span {
    font-size: 18px;
    color: #FF7A03;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.aboutMain dd i {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #eca804;
}

.aboutMain dd p {
    font-size: 15px;
    color: #3D3E3D;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    margin: 22px 0;
}

.aboutMain dd>a {
    display: block;
    font-size: 15px;
    color: #fff;
    width: 136px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
    background: url(Img/Index/yuan4.png) no-repeat center;
}


/*teamCont*/

.teamCont {
    padding: 18px;
    background: url(Img/Index/yy2.png) repeat center;
    overflow: hidden;
    margin-top: -170px;
}

.teamCont .tmtop {
    text-align: center;
    padding-top: 25px;
    background-color: #fff;
}

.teamCont .tmtop h5 {
    margin-bottom: 15px;
}

.teamCont .tmtop h5 a {
    font-size: 25px;
    color: #373737;
}

.teamCont .tmtop i {
    display: block;
    width: 40px;
    height: 0;
    border-top: 2px solid #0D6598;
    margin: 0 auto;
}

.teamCont .tmcont {
    position: relative;
    padding-top: 28px;
    background-color: #fff;
}

.teamCont .tmcont ul {
    overflow: hidden;
    width: 985px;
    margin: 0 auto;
}

.teamCont .tmcont .bd {
    overflow: hidden;
    width: 985px;
    margin: 0 auto;
}

.teamCont .tmcont li {
    float: left;
    width: 220px;
    margin: 0 9px;
}

.teamCont .tmcont li img {
    display: block;
    width: 220px;
    height: 180px;
}

.teamCont .tmcont li p {
    text-align: center;
    margin-top: 10px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.teamCont .tmcont li p a {
    font-size: 14px;
    color: #383838;
}

.teamCont .tmcont .tbot {
    position: absolute;
    display: block;
    top: 105px;
}

.teamCont .tmcont .tbot1 {
    left: 30px;
}

.teamCont .tmcont .tbot2 {
    right: 30px;
}


/*ggMain*/

.ggMain {
    position: relative;
    margin-top: 20px;
}

.ggMain img {
    display: block;
}

.ggMain dl {
    position: absolute;
    padding-left: 53px;
    color: #fff;
    background: url(Img/Index/phone2.png) no-repeat left center;
    top: 17px;
    right: 10px;
}

.ggMain dt {
    font-size: 15px;
    padding-top: 10px;
}

.ggMain dd {
    font-size: 25px;
    font-weight: bold;
}

.ggMain a {
    display: block;
    background: url(Img/Index/yuan4.png) no-repeat center;
    width: 136px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: absolute;
    top: 84px;
    right: 62px;
}


/*newsMain*/

.newsMain {
    padding-top: 45px;
    padding-bottom: 55px;
}

.newsMain .new_l {
    float: left;
    width: 790px;
}

.newsMain .new_r {
    position: relative;
    float: right;
    width: 350px;
    height: 416px;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 22px;
}


/*new_l*/

.new_l .nlist {
    overflow: hidden;
    width: 790px;
}

.new_l .nlist li {
    float: left;
    width: 321px;
    text-align: center;
    height: 64px;
    margin-right: 6px;
    background: url(Img/Index/nlistbg1.png) no-repeat center;
}

.new_l .nlist li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    height: 64px;
    line-height: 64px;
}

.new_l .nlist li:hover,
.new_l .nlist li.cur {
    background: url(Img/Index/nlistbg2.png) no-repeat center;
}

.new_l .news {
    margin-top: 20px;
}

.new_l .news dl {
    height: 165px;
}

.new_l .news dt {
    float: left;
    padding: 2px;
    border: 1px solid #f8f8f8;
    box-shadow: 2px 2px 2px #d6d6d6;
}

.new_l .news dt img {
    display: block;
}

.new_l .news dd {
    margin-left: 236px;
}

.new_l .news dd h5 {
    padding-top: 20px;
    padding-bottom: 15px;
    width: 414px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_l .news dd h5 a {
    font-size: 15px;
    color: #383838;
}

.new_l .news dd p {
    font-size: 15px;
    color: #383838;
    line-height: 26px;
    height: 78px;
}

.new_l .news ul {
    overflow: hidden;
    width: 790px;
    margin-top: 35px;
    border: 1px solid #ececec;
}

.new_l .news li {
    float: left;
    width: 355px;
    height: 33px;
    line-height: 33px;
    margin-right: 40px;
}

.new_l .news li em {
    float: right;
}

.new_l .news li a {
    font-size: 15px;
    color: #383838;
    padding-left: 12px;
    background: url(Img/Index/dian.png) no-repeat left center;
}


/*new_r*/

.new_r .ntop {
    padding-top: 20px;
}

.new_r .ntop h5 a {
    font-size: 18px;
    color: #363636;
}

.new_r .ntop span {
    font-size: 13px;
    color: #e0dfdf;
}

.new_r .ntop i {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #019a50;
    margin-top: 8px;
}

.new_r .quetion {
    height: 265px;
    overflow: hidden;
    margin-top: 20px;
}

.new_r .quetion dl {
    padding-top: 24px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #e1e1e1;
}

.new_r .quetion dt {
    padding-left: 20px;
    background: url(Img/Index/wen.png) no-repeat left center;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_r .quetion dt a {
    font-size: 15px;
    color: #1c1c1c;
}

.new_r .quetion dd {
    padding-left: 20px;
    background: url(Img/Index/da.png) no-repeat left top;
    font-size: 15px;
    color: #686868;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
}

.new_r .mor {
    display: block;
    position: absolute;
    background: url(Img/Index/morbg.png) no-repeat center;
    width: 179px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    bottom: -20px;
    left: 50%;
    margin-left: -90px;
    color: #f5f3f4;
    font-size: 15px;
    text-decoration: none;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

*html #kefu1 {
    /*--IE6 Hack - Fixed Positioning to the Bottom--*/
    margin-top: 50px;
    /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
    position: absolute;
    top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+50: document.body.scrollTop +50);
}

#kefu1 {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 10008;
    width: 132px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #d4d4d4;
    font-size: 12px;
    z-index: 999;
    position: fixed;
}

.cs_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url('__PUBLIC__/images/img.gif') no-repeat 0px -150px;
}

cs_tel_ct .cs_tel_ct {
    font-size: 12px;
}

.cs_tel_ct1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.cs_qcode {
    margin-top: 15px;
}

.cs_tel_num {
    font-size: 20px;
    color: red;
}